home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / Condo.V2.04_d2.adf / HelpFiles / Miscellaneous  < prev    next >
Text File  |  1993-03-08  |  3KB  |  158 lines

  1. V- AvailableChipMemory    |availablechipmemory|
  2. V- AvailableFastMemory    |availablefastmemory|
  3. V- AvailableMemory        |availablememory|
  4. V- DeckName                |deckname|
  5. C- Delay                |delay|
  6. C- InsertStartingMessage    |insertstartingmessage|
  7. V- IntuitionVersion        |intuitionversion|
  8. V- LargestChunkOfMemory    |largestchunkofmemory|
  9. V- LibraryVersion        |libraryversion|
  10. C- Nop                    |nop|
  11. V- StartedFromWorkbench    |startedfromworkbench|
  12. V- Supervised            |supervised|
  13. V- TheCommandLine        |thecommandline|
  14. V- TheDate                |thedate|
  15. V- TheTime                |thetime|
  16. [E]
  17.  
  18. |availablechipmemory|
  19. WT {Integer}=AvailableChipMemory
  20. PL This returns the amount of free chip
  21. PL memory.  This will change frequently.
  22. PL
  23. PT SEE ALSO: 
  24. BS AvailableFastMemory
  25. PL  and 
  26. PT           
  27. BS AvailableMemory
  28. PT .
  29. ED
  30.  
  31. |availablefastmemory|
  32. WT {Integer}=AvailableFastMemory
  33. PL This returns the amount of free fast
  34. PL memory.  This will change frequently.
  35. PL
  36. PT SEE ALSO: 
  37. BS AvailableChipMemory
  38. PL  and 
  39. PT           
  40. BS AvailableMemory
  41. PT .
  42. ED
  43.  
  44. |availablememory|
  45. WT {Integer}=AvailableMemory
  46. PL This returns the amount of total free 
  47. PL memory.  This will change frequently.
  48. PL
  49. PT SEE ALSO: 
  50. BS AvailableFastMemory
  51. PL  and 
  52. PT           
  53. BS AvailableChipMemory
  54. PT .
  55. ED
  56.  
  57. |deckname|
  58. WT {String}=DeckName
  59. PL This returns the current name of the deck.
  60. PL
  61. PT SEE ALSO: 
  62. BS CardName
  63. PT .
  64. ED
  65.  
  66. |delay|
  67. WT Delay {Minutes}, {Seconds}, {Jiffies}
  68. PL Delay the execution of the current
  69. PL script by {minutes}, {seconds}, and
  70. PL {jiffies}.  Jiffies are 1/60 of a second
  71. PT under 
  72. BS NTSC
  73. PL  systems and 1/50 of a second
  74. PL on PAL systems.
  75. ED
  76.  
  77. |insertstartingmessage|
  78. WT InsertStartingMessage
  79. PL This will insert the startup parameters
  80. PL into the current document.  This may be
  81. PL icon names when run from the workbench or
  82. PL command line arguments when run from the
  83. PL CLI.  See the manual for a full description
  84. PL of this command.
  85. ED
  86.  
  87. |intuitionversion|
  88. WT {Integer}=IntuitionVersion
  89. PL This returns the operating system version
  90. PL number.  If you are using Intuition 1.32
  91. PL this will return a 34, while if you are
  92. PL using Intuition 2.04 this will return
  93. PL a 37.
  94. ED
  95.  
  96. |largestchunkofmemory|
  97. WT {Integer}=LargestChunkOfMemory
  98. PL This will return the largest contigious 
  99. PL chunk of free memory.  Some commands/actions
  100. PL will only work with contigious memory.
  101. PL
  102. PT SEE ALSO: 
  103. BS AvailableMemory
  104. PT .
  105. ED
  106.  
  107. |libraryversion|
  108. WT {String}=LibraryVersion
  109. PL This will return the current CanDo library
  110. PT version string.  This returns 
  111. BS Nothing
  112. PL  if
  113. PL you are running using the DeckBrowser.
  114. ED
  115.  
  116. |nop|
  117. WT Nop
  118. PL This is a "no operation" command which does
  119. PL nothing but can be used as a placeholder
  120. PL for comments.  For example:
  121. PL 
  122. PL  nop ;comments must follow some command.
  123. ED
  124.  
  125. |startedfromworkbench|
  126. WT {Logical}=StartedFromWorkbench
  127. PT Returns 
  128. BS True
  129. PL  if the application was 
  130. PL started from the Workbench. 
  131. ED
  132.  
  133. |supervised|
  134. WT {Logical}=Supervised
  135. PT Returns 
  136. BS True
  137. PL  when running from CanDo or
  138. PL if running as a SubDeck.
  139. ED
  140.  
  141. |thecommandline|
  142. WT {Logical}=TheCommandLine
  143. PL Returns the command line if started
  144. PT from CLI, otherwise 
  145. BS Nothing
  146. PL  is returned.
  147. ED
  148.  
  149. |thedate|
  150. WT {String}=TheDate
  151. PL Returns the current date in MM/DD/YY format.
  152. ED
  153.  
  154. |thetime|
  155. WT {String}=TheTime
  156. PL Returns the current time in HH:MM:SS format.
  157. ED
  158.